ResourceGetSupportedLock Method (String) |
Gets the supportedlock property value.
Namespace:
Independentsoft.Webdav
Assembly:
Independentsoft.Webdav (in Independentsoft.Webdav.dll) Version: 1.0.700.18437
Syntaxpublic LockEntry[] GetSupportedLock(
string address
)
Public Function GetSupportedLock (
address As String
) As LockEntry()
Parameters
- address
- Type: SystemString
The URI that identifies the resource.
Return Value
Type:
LockEntryAn array of LockEntry, contains combinations of scope and access type which may be specified in lock request on the resource.
See Also